home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / Programs / FlashFXP.v2.1.924.FINAL / FlashFXP.exe / 0 / RCDATA / TFRMFIND / TFRMFIND.txt
Encoding:
Text File  |  2003-07-01  |  11.4 KB  |  547 lines

  1. object FrmFind: TFrmFind
  2.   Left = 260
  3.   Top = 210
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = cName
  7.   AutoScroll = False
  8.   ClientHeight = 393
  9.   ClientWidth = 592
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Tabs: TPageControl
  25.     Left = 9
  26.     Top = 8
  27.     Width = 482
  28.     Height = 160
  29.     ActivePage = Tab1
  30.     Anchors = [akLeft, akTop, akRight]
  31.     TabOrder = 0
  32.     OnResize = TabsResize
  33.     object Tab1: TTabSheet
  34.       Caption = 'Name && Location'
  35.       object L4: TLabel
  36.         Left = 0
  37.         Top = 51
  38.         Width = 50
  39.         Height = 13
  40.         Alignment = taRightJustify
  41.         AutoSize = False
  42.         Caption = '&Look in:'
  43.       end
  44.       object Named: TLabel
  45.         Left = 0
  46.         Top = 19
  47.         Width = 50
  48.         Height = 13
  49.         Alignment = taRightJustify
  50.         AutoSize = False
  51.         Caption = '&Named:'
  52.       end
  53.       object L6: TLabel
  54.         Left = 0
  55.         Top = 84
  56.         Width = 50
  57.         Height = 13
  58.         Alignment = taRightJustify
  59.         AutoSize = False
  60.         Caption = 'On site:'
  61.       end
  62.       object L10: TLabel
  63.         Left = 6
  64.         Top = 111
  65.         Width = 44
  66.         Height = 13
  67.         Alignment = taRightJustify
  68.         Caption = 'Progress:'
  69.       end
  70.       object tSite: TEdit
  71.         Left = 60
  72.         Top = 80
  73.         Width = 397
  74.         Height = 21
  75.         Anchors = [akLeft, akTop, akRight]
  76.         Color = clBtnFace
  77.         Enabled = False
  78.         ParentShowHint = False
  79.         ReadOnly = True
  80.         ShowHint = True
  81.         TabOrder = 2
  82.       end
  83.       object cLook: TComboBox
  84.         Left = 60
  85.         Top = 48
  86.         Width = 397
  87.         Height = 21
  88.         Anchors = [akLeft, akTop, akRight]
  89.         DropDownCount = 10
  90.         ItemHeight = 13
  91.         TabOrder = 1
  92.       end
  93.       object cName: TComboBox
  94.         Left = 60
  95.         Top = 16
  96.         Width = 397
  97.         Height = 21
  98.         Anchors = [akLeft, akTop, akRight]
  99.         DropDownCount = 10
  100.         ItemHeight = 13
  101.         TabOrder = 0
  102.         OnChange = cNameChange
  103.       end
  104.       object pb: TProgressBar
  105.         Left = 60
  106.         Top = 110
  107.         Width = 397
  108.         Height = 18
  109.         Anchors = [akLeft, akTop, akRight]
  110.         Enabled = False
  111.         Min = 0
  112.         Max = 100
  113.         TabOrder = 3
  114.       end
  115.     end
  116.     object TS: TTabSheet
  117.       Caption = 'Date'
  118.       ImageIndex = 2
  119.       object L9: TLabel
  120.         Left = 174
  121.         Top = 39
  122.         Width = 18
  123.         Height = 13
  124.         Caption = 'and'
  125.       end
  126.       object L8: TLabel
  127.         Left = 180
  128.         Top = 71
  129.         Width = 40
  130.         Height = 13
  131.         Caption = 'month(s)'
  132.       end
  133.       object L7: TLabel
  134.         Left = 180
  135.         Top = 100
  136.         Width = 28
  137.         Height = 13
  138.         Caption = 'day(s)'
  139.       end
  140.       object d2: TDateTimePicker
  141.         Left = 199
  142.         Top = 36
  143.         Width = 88
  144.         Height = 21
  145.         CalAlignment = dtaLeft
  146.         Date = 36597.469180671290000000
  147.         Time = 36597.469180671290000000
  148.         DateFormat = dfShort
  149.         DateMode = dmComboBox
  150.         Enabled = False
  151.         Kind = dtkDate
  152.         ParseInput = False
  153.         TabOrder = 0
  154.       end
  155.       object d1: TDateTimePicker
  156.         Left = 80
  157.         Top = 36
  158.         Width = 88
  159.         Height = 21
  160.         CalAlignment = dtaLeft
  161.         Date = 36597.469180671290000000
  162.         Time = 36597.469180671290000000
  163.         DateFormat = dfShort
  164.         DateMode = dmComboBox
  165.         Enabled = False
  166.         Kind = dtkDate
  167.         ParseInput = False
  168.         TabOrder = 1
  169.       end
  170.       object rb1: TRadioButton
  171.         Left = 10
  172.         Top = 9
  173.         Width = 113
  174.         Height = 17
  175.         Caption = '&All files'
  176.         Checked = True
  177.         TabOrder = 2
  178.         TabStop = True
  179.         OnClick = rbClick
  180.       end
  181.       object rb2: TRadioButton
  182.         Tag = 1
  183.         Left = 11
  184.         Top = 38
  185.         Width = 64
  186.         Height = 17
  187.         Caption = '&between'
  188.         TabOrder = 3
  189.         OnClick = rbClick
  190.       end
  191.       object rb3: TRadioButton
  192.         Tag = 2
  193.         Left = 11
  194.         Top = 70
  195.         Width = 117
  196.         Height = 17
  197.         Caption = 'during the previou&s'
  198.         TabOrder = 4
  199.         OnClick = rbClick
  200.       end
  201.       object tm: TSpinEdit
  202.         Left = 124
  203.         Top = 67
  204.         Width = 46
  205.         Height = 22
  206.         Enabled = False
  207.         MaxValue = 999
  208.         MinValue = 1
  209.         TabOrder = 5
  210.         Value = 1
  211.       end
  212.       object td: TSpinEdit
  213.         Left = 125
  214.         Top = 96
  215.         Width = 46
  216.         Height = 22
  217.         Enabled = False
  218.         MaxValue = 999
  219.         MinValue = 1
  220.         TabOrder = 6
  221.         Value = 1
  222.       end
  223.       object rb4: TRadioButton
  224.         Tag = 3
  225.         Left = 11
  226.         Top = 100
  227.         Width = 110
  228.         Height = 17
  229.         Caption = '&during the previous'
  230.         TabOrder = 7
  231.         OnClick = rbClick
  232.       end
  233.     end
  234.     object Tab3: TTabSheet
  235.       Caption = 'Advanced'
  236.       object L1: TLabel
  237.         Left = 29
  238.         Top = 45
  239.         Width = 41
  240.         Height = 13
  241.         Alignment = taRightJustify
  242.         AutoSize = False
  243.         Caption = '&Size is:'
  244.       end
  245.       object L5: TLabel
  246.         Left = 214
  247.         Top = 44
  248.         Width = 14
  249.         Height = 13
  250.         Caption = 'KB'
  251.       end
  252.       object L11: TLabel
  253.         Left = 43
  254.         Top = 17
  255.         Width = 27
  256.         Height = 13
  257.         Alignment = taRightJustify
  258.         Caption = 'Type:'
  259.       end
  260.       object L2: TLabel
  261.         Left = 3
  262.         Top = 75
  263.         Width = 67
  264.         Height = 13
  265.         Alignment = taRightJustify
  266.         Caption = 'Search depth:'
  267.       end
  268.       object L3: TLabel
  269.         Left = 214
  270.         Top = 73
  271.         Width = 56
  272.         Height = 13
  273.         Caption = '(0 = no limit)'
  274.       end
  275.       object cbSizeType1: TComboBox
  276.         Left = 77
  277.         Top = 41
  278.         Width = 66
  279.         Height = 21
  280.         Style = csDropDownList
  281.         ItemHeight = 13
  282.         Items.Strings = (
  283.           ''
  284.           'At least'
  285.           'At most')
  286.         TabOrder = 1
  287.       end
  288.       object tSize: TSpinEdit
  289.         Left = 151
  290.         Top = 41
  291.         Width = 56
  292.         Height = 22
  293.         Increment = 5
  294.         MaxValue = 0
  295.         MinValue = 0
  296.         TabOrder = 2
  297.         Value = 0
  298.       end
  299.       object cLinks: TCheckBox
  300.         Left = 78
  301.         Top = 102
  302.         Width = 153
  303.         Height = 17
  304.         Caption = 'Do not follow folder links'
  305.         TabOrder = 3
  306.       end
  307.       object cbFileType1: TComboBox
  308.         Left = 77
  309.         Top = 14
  310.         Width = 130
  311.         Height = 21
  312.         Style = csDropDownList
  313.         ItemHeight = 13
  314.         Items.Strings = (
  315.           'All'
  316.           'Files Only'
  317.           'Folders Only')
  318.         TabOrder = 0
  319.       end
  320.       object sLevel: TSpinEdit
  321.         Left = 78
  322.         Top = 70
  323.         Width = 130
  324.         Height = 22
  325.         MaxValue = 0
  326.         MinValue = 0
  327.         TabOrder = 4
  328.         Value = 0
  329.       end
  330.     end
  331.   end
  332.   object bFind: TButton
  333.     Left = 504
  334.     Top = 28
  335.     Width = 75
  336.     Height = 23
  337.     Anchors = [akTop, akRight]
  338.     Caption = 'F&ind Now'
  339.     Default = True
  340.     Enabled = False
  341.     ModalResult = 1
  342.     TabOrder = 1
  343.     OnClick = bFindClick
  344.   end
  345.   object bStop: TButton
  346.     Left = 504
  347.     Top = 57
  348.     Width = 75
  349.     Height = 23
  350.     Anchors = [akTop, akRight]
  351.     Caption = 'Sto&p'
  352.     Enabled = False
  353.     TabOrder = 2
  354.     OnClick = bStopClick
  355.   end
  356.   object sBar: TStatusBar
  357.     Left = 0
  358.     Top = 374
  359.     Width = 592
  360.     Height = 19
  361.     Panels = <
  362.       item
  363.         Width = 100
  364.       end>
  365.     SimplePanel = False
  366.   end
  367.   object LV: TPTListView
  368.     Left = 0
  369.     Top = 176
  370.     Width = 591
  371.     Height = 198
  372.     Columns = <
  373.       item
  374.         Caption = 'Name'
  375.         Width = 137
  376.       end
  377.       item
  378.         Caption = 'In Folder'
  379.         Width = 150
  380.       end
  381.       item
  382.         Alignment = taRightJustify
  383.         Caption = 'Size'
  384.         Width = 100
  385.       end
  386.       item
  387.         Caption = 'Modified'
  388.         Width = 130
  389.       end
  390.       item
  391.         Caption = 'Owner'
  392.         Width = 112
  393.       end
  394.       item
  395.         Caption = 'Group'
  396.         Width = 112
  397.       end
  398.       item
  399.         Caption = 'Attrib'
  400.         Width = 112
  401.       end>
  402.     ReadOnly = True
  403.     HideSelection = False
  404.     MultiSelect = True
  405.     OnColumnClick = LVColumnClick
  406.     PopupMenu = pMenu
  407.     TabOrder = 4
  408.     ViewStyle = vsReport
  409.     OnKeyDown = LVKeyDown
  410.     RowSelect = True
  411.     Anchors = [akLeft, akTop, akRight, akBottom]
  412.     HotTrackStyles = []
  413.     OnSelectItem = LVSelectItem
  414.     OnPTCustomDraw = LVPTCustomDraw
  415.   end
  416.   object bClose: TButton
  417.     Left = 504
  418.     Top = 85
  419.     Width = 75
  420.     Height = 23
  421.     Anchors = [akTop, akRight]
  422.     Caption = 'Close'
  423.     TabOrder = 3
  424.     OnClick = bCloseClick
  425.   end
  426.   object pMenu: TPopupMenu
  427.     OnPopup = pMenuPopup
  428.     Left = 303
  429.     Top = 209
  430.     object mnuQ: TMenuItem
  431.       Caption = '&Queue Selected'
  432.       ShortCut = 16465
  433.       OnClick = mnuQClick
  434.     end
  435.     object CopyURL1: TMenuItem
  436.       Caption = 'Copy &URL'
  437.       ShortCut = 16469
  438.       OnClick = CopyURL1Click
  439.     end
  440.     object N1: TMenuItem
  441.       Caption = '-'
  442.     end
  443.     object mnuView: TMenuItem
  444.       Caption = '&View'
  445.       ShortCut = 16470
  446.       OnClick = mnuViewClick
  447.     end
  448.     object mnuEdit: TMenuItem
  449.       Caption = '&Edit'
  450.       ShortCut = 16453
  451.       OnClick = mnuEditClick
  452.     end
  453.     object N2: TMenuItem
  454.       Caption = '-'
  455.     end
  456.     object CHMOD1: TMenuItem
  457.       Caption = 'Attributes (CHM&OD)'
  458.       OnClick = CHMOD1Click
  459.     end
  460.     object mnuDel: TMenuItem
  461.       Caption = 'De&lete'
  462.       ShortCut = 46
  463.       OnClick = mnuDelClick
  464.     end
  465.     object N6: TMenuItem
  466.       Caption = '-'
  467.     end
  468.     object mnuAI: TMenuItem
  469.       Caption = 'Arran&ge Icons'
  470.       object mnuAI0: TMenuItem
  471.         Caption = 'By &Name'
  472.         Checked = True
  473.         GroupIndex = 1
  474.         RadioItem = True
  475.         OnClick = mnuAI0Click
  476.       end
  477.       object mnuAI1: TMenuItem
  478.         Tag = 1
  479.         Caption = 'By &Folder'
  480.         GroupIndex = 1
  481.         RadioItem = True
  482.         OnClick = mnuAI0Click
  483.       end
  484.       object mnuAI2: TMenuItem
  485.         Tag = 2
  486.         Caption = 'By &Size'
  487.         GroupIndex = 1
  488.         RadioItem = True
  489.         OnClick = mnuAI0Click
  490.       end
  491.       object mnuAI3: TMenuItem
  492.         Tag = 3
  493.         Caption = 'By &Date'
  494.         GroupIndex = 1
  495.         RadioItem = True
  496.         OnClick = mnuAI0Click
  497.       end
  498.       object Owner1: TMenuItem
  499.         Tag = 4
  500.         Caption = 'By &Owner'
  501.         GroupIndex = 1
  502.         OnClick = mnuAI0Click
  503.       end
  504.       object g1: TMenuItem
  505.         Tag = 5
  506.         Caption = 'By Group'
  507.         GroupIndex = 1
  508.         OnClick = mnuAI0Click
  509.       end
  510.       object ByAttrib1: TMenuItem
  511.         Tag = 6
  512.         Caption = 'By &Attrib'
  513.         GroupIndex = 1
  514.         OnClick = mnuAI0Click
  515.       end
  516.       object mnuAI4: TMenuItem
  517.         Tag = 9
  518.         Caption = 'By File &Extension'
  519.         GroupIndex = 1
  520.         RadioItem = True
  521.         OnClick = mnuAI0Click
  522.       end
  523.       object N7: TMenuItem
  524.         Caption = '-'
  525.         GroupIndex = 1
  526.       end
  527.       object mAsc1: TMenuItem
  528.         Caption = '&Ascending'
  529.         Checked = True
  530.         GroupIndex = 2
  531.         RadioItem = True
  532.         OnClick = mDrClick
  533.       end
  534.       object mDesc1: TMenuItem
  535.         Caption = '&Descending'
  536.         GroupIndex = 2
  537.         RadioItem = True
  538.         OnClick = mDrClick
  539.       end
  540.     end
  541.   end
  542.   object FileList1: TFileList
  543.     Left = 520
  544.     Top = 120
  545.   end
  546. end
  547.